LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

CopyTo Method (DictionaryWithEvents<TKey,TValue>)

Show in webframe






The one-dimensional array of type KeyValuePair that is the destination of the KeyValuePair elements copied from the ICollection. The array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the elements of the ICollection to an array of type KeyValuePair, starting at the specified array index.
Syntax
public void CopyTo( 
   KeyValuePair<TKey,TValue>[] array,
   int arrayIndex
)
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As KeyValuePair(Of TKey,TValue), _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim array() As KeyValuePair(Of TKey,TValue)
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)

            

            
public: void CopyTo( 
   KeyValuePair<TKey*,TValue*>[]* array,
   int arrayIndex
) 
public:
void CopyTo( 
   array<KeyValuePair<TKey^,TValue^>>^ array,
   int arrayIndex
) 

Parameters

array
The one-dimensional array of type KeyValuePair that is the destination of the KeyValuePair elements copied from the ICollection. The array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.
Requirements

Target Platforms

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.